[INFO] cloning repository https://github.com/pleasewhy/rust_robot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pleasewhy/rust_robot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpleasewhy%2Frust_robot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpleasewhy%2Frust_robot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dc6a30b625ccb1eeb1ae9d5d736a3b2fb8d57b3a
[INFO] fixing pleasewhy/rust_robot against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpleasewhy%2Frust_robot" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/pleasewhy/rust_robot
[INFO] finished tweaking git repo https://github.com/pleasewhy/rust_robot
[INFO] tweaked toml for git repo https://github.com/pleasewhy/rust_robot written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pleasewhy/rust_robot on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pleasewhy/rust_robot already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] fda8a91f99bedd174243ca0697e56602e12e78e0e906524773a197b9538ce181
[INFO] running `Command { std: "docker" "start" "fda8a91f99bedd174243ca0697e56602e12e78e0e906524773a197b9538ce181", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fda8a91f99bedd174243ca0697e56602e12e78e0e906524773a197b9538ce181" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fda8a91f99bedd174243ca0697e56602e12e78e0e906524773a197b9538ce181", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "fda8a91f99bedd174243ca0697e56602e12e78e0e906524773a197b9538ce181" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking foldhash v0.1.4
[INFO] [stderr]     Checking smallvec v1.14.0
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking fastrand v2.3.0
[INFO] [stderr]     Checking either v1.14.0
[INFO] [stderr]     Checking ryu v1.0.19
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]     Checking parking v2.2.1
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]    Compiling cubecl-common v0.6.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]     Checking futures-lite v2.6.0
[INFO] [stderr]    Compiling prettyplease v0.2.29
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]     Checking embassy-futures v0.1.1
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling spin v0.10.0
[INFO] [stderr]    Compiling cc v1.2.34
[INFO] [stderr]    Compiling cubecl-runtime v0.6.0
[INFO] [stderr]     Checking libloading v0.8.6
[INFO] [stderr]     Checking float-ord v0.3.2
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling cubecl-macros v0.6.0
[INFO] [stderr]     Checking toml_writer v1.0.2
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]     Checking md5 v0.8.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]    Compiling naga v25.0.1
[INFO] [stderr]    Compiling ash v0.38.0+1.3.281
[INFO] [stderr]    Compiling khronos-egl v6.0.0
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking codespan-reporting v0.12.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]    Compiling wgpu-hal v25.0.1
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking toml_parser v1.0.2
[INFO] [stderr]     Checking hexf-parse v0.2.1
[INFO] [stderr]     Checking ordered-float v4.6.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking renderdoc-sys v1.1.0
[INFO] [stderr]     Checking glow v0.16.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling wgpu-core v25.0.1
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking sanitize-filename v0.6.0
[INFO] [stderr]    Compiling wgpu v25.0.0
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling cubecl-wgpu v0.6.0
[INFO] [stderr]     Checking simd-adler32 v0.3.7
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking colored v3.0.0
[INFO] [stderr]     Checking weezl v0.1.8
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.218
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling bytemuck_derive v1.10.1
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling derive-new v0.7.0
[INFO] [stderr]     Checking bytemuck v1.23.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling profiling-procmacros v1.0.16
[INFO] [stderr]    Compiling cubecl-macros-internal v0.6.0
[INFO] [stderr]     Checking profiling v1.0.16
[INFO] [stderr]    Compiling variadics_please v1.1.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking rand_distr v0.5.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling anyhow v1.0.96
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking tinyvec v1.9.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking miniz_oxide v0.8.5
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling libsqlite3-sys v0.35.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking aligned-vec v0.5.0
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking half v2.6.0
[INFO] [stderr]     Checking toml_datetime v0.7.0
[INFO] [stderr]     Checking serde_spanned v1.0.0
[INFO] [stderr]     Checking toml v0.9.5
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking gpu-descriptor-types v0.2.0
[INFO] [stderr]     Checking spirv v0.3.0+sdk-1.3.268.0
[INFO] [stderr]     Checking gpu-alloc-types v0.3.0
[INFO] [stderr]     Checking gpu-descriptor v0.3.1
[INFO] [stderr]     Checking gpu-alloc v0.6.0
[INFO] [stderr]     Checking wgpu-types v25.0.0
[INFO] [stderr]     Checking serde_bytes v0.11.17
[INFO] [stderr]    Compiling built v0.7.7
[INFO] [stderr]     Checking color_quant v1.1.0
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]     Checking cubecl-ir v0.6.0
[INFO] [stderr]     Checking burn-common v0.18.0
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]     Checking bstr v1.12.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling bindgen v0.70.1
[INFO] [stderr]     Checking gix-trace v0.1.12
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr] error: could not compile `naga` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name naga --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/naga-25.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="compact"' --cfg 'feature="default"' --cfg 'feature="glsl-out"' --cfg 'feature="hlsl-out"' --cfg 'feature="spv-out"' --cfg 'feature="wgsl-in"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "compact", "default", "deserialize", "dot-out", "glsl-in", "glsl-out", "hlsl-out", "hlsl-out-if-target-windows", "msl-out", "msl-out-if-target-apple", "serialize", "spv-in", "spv-out", "wgsl-in", "wgsl-out"))' -C metadata=f98fb294c87d9513 -C extra-filename=-a198f8134588ee2a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-8f09842db1138ec8.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-c5a88341cfd78b5d.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-7ef23f7ff5bc1f33.rmeta --extern codespan_reporting=/opt/rustwide/target/debug/deps/libcodespan_reporting-fc0cb2c690abdcb3.rmeta --extern half=/opt/rustwide/target/debug/deps/libhalf-68fce39a42ec3261.rmeta --extern hashbrown=/opt/rustwide/target/debug/deps/libhashbrown-a653c401c8a4c922.rmeta --extern hexf_parse=/opt/rustwide/target/debug/deps/libhexf_parse-e86c0a7bdc338983.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-4e7680f12543ca43.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-82805d0e90451053.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-b697a32f2bb67e66.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-a196c0519b93602c.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-ed41e293c0e25fe6.rmeta --extern spirv=/opt/rustwide/target/debug/deps/libspirv-bce2576720c91376.rmeta --extern strum=/opt/rustwide/target/debug/deps/libstrum-d083ac5bf01ea9f4.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-33371cdb3b42e9c7.rmeta --extern unicode_ident=/opt/rustwide/target/debug/deps/libunicode_ident-9bd36ff1b0229946.rmeta --cap-lints allow --cfg glsl_out --cfg hlsl_out --cfg spv_out --check-cfg 'cfg(dot_out)' --check-cfg 'cfg(glsl_out)' --check-cfg 'cfg(hlsl_out)' --check-cfg 'cfg(msl_out)' --check-cfg 'cfg(spv_out)' --check-cfg 'cfg(wgsl_out)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ash` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/622891a4e29178280638a6b63a8908bde2c0c854/bin/rustc --crate-name ash --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ash-0.38.0+1.3.281/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="libloading"' --cfg 'feature="loaded"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "libloading", "linked", "loaded", "std"))' -C metadata=3ca634086e94cbac -C extra-filename=-51967d36eaea851a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern libloading=/opt/rustwide/target/debug/deps/liblibloading-9044e01f9061c0d9.rmeta --cap-lints allow` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "fda8a91f99bedd174243ca0697e56602e12e78e0e906524773a197b9538ce181", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fda8a91f99bedd174243ca0697e56602e12e78e0e906524773a197b9538ce181", kill_on_drop: false }`
[INFO] [stdout] fda8a91f99bedd174243ca0697e56602e12e78e0e906524773a197b9538ce181
